Konsol:RGB(red, green, blue, return)
Returns a corresponding color depending on the values supplied.
For Alpha, see RGBA.
function main() { Number color; Konsol:RGB(255, 0, 0, color) //color will have a color value of pure red }